home *** CD-ROM | disk | FTP | other *** search
-
- ProDev*BASE DATA BASE - README.DOC
-
- Copyright 1987 by PRO DEV Software
-
- Version 4.04 - June 1, 1990
-
- This instruction will help you make copies of the ProDev*BASE Data Base disks
- and to provide other helpful hints. If you have a HARD DISK, BE SURE to read
- the notes about ASSIGN B=C on page 3 of this document so you can run the
- demonstration. If you have only 256k of memory in your computer, see Page 4
- of this document.
-
- YOU MUST HAVE DOS 2.0 OR HIGHER AS, THE PDSBASE.EXE PROGRAM USES FEATURES NOT
- SUPPORTED UNDER DOS 1.XX. The PDSBASE.EXE program locks up under DOS 1.1.
-
-
- MAKING A WORKING COPY OF THE ProDev*BASE SYSTEM
-
- Please keep the original ProDev*BASE Program and Documentation disks, as you
- received them, so that you will be able to make complete copies to give to
- someone else.
-
-
- +------------------------ 2 Floppy Drive System -----------------------------+
- | |
- |To make working copies you will need to insert your DOS master in drive A:, |
- |a new disk in drive B: and type the following: |
- | |
- | DISKCOPY A: B: (Press Enter) |
- | |
- |When prompted to place the Source disk in drive A:, remove your DOS disk and|
- |replace it with the ProDev*BASE Program disk and Strike any key. |
- | |
- |When the first disk is copied, and you are being asked if you wish another |
- |copy, place the ProDev*BASE Documentation disk in drive A: a new disk in |
- |drive B: and answer Y and proceed to copy the second disk. |
- | |
- +---------------------- Single Floppy Drive System --------------------------+
- | |
- |If you have a single floppy disk system (possibly with a hard disk), type: |
- | |
- | DISKCOPY A: A: (Press Enter) |
- | |
- |When prompted to place the Source disk in drive A:, remove your DOS disk and|
- |replace it with the ProDev*BASE Program disk and Strike any key. Follow the|
- |screen instructions. |
- | |
- |When the first disk is copied, and you are being asked if you wish another |
- |copy, place the ProDev*BASE Documentation disk in drive A:, answer Y and |
- |proceed to copy the second disk. |
- | |
- +----------------------------------------------------------------------------+
-
- Please make additional copies for your friends and/or business acquaintances.
-
-
- PAGE 1
-
- ProDev*BASE DATA BASE - README.DOC
-
-
- HARD DISK Installation
-
- Insert the ProDev*BASE Program Disk in drive A:. This disk contains the
- BASEPROG.EXE, UTILPROG.EXE and other files. Type the following:
-
- A: (Enter)
- INSTALL (Enter)
-
- The INSTALL program has a menu. Select Option 1 to install the system. You
- MUST install the system BEFORE you can print or Screen View any of the
- documentation.
-
-
- 2 FLOPPY DRIVE Installation
-
- Format 5 disks per the README.DOC file. If you haven't printed that file,
- type COPY A:README.DOC PRN (Enter) to print the start-up instructions.
-
- Insert the ProDev*BASE Program Disk in drive A:. This disk contains the
- BASEPROG.EXE, UTILPROG.EXE and other files. Type the following:
-
- A: (Enter)
- INSTALL (Enter)
-
- The INSTALL program has a menu. Select Option 1 to install the system. You
- MUST install the system BEFORE you can print or Screen View any of the
- documentation.
-
-
-
-
-
-
-
- The INSTALL program will ask you for the target drive letter to continue the
- installation after you select one of the menyu options.
-
- Please carefully read the INSTALL program screen instructions.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PAGE 2
-
- ProDev*BASE DATA BASE - README.DOC
-
- CONFIG.SYS FILE
-
-
- It is very important that your DOS "boot-up" disk contain a CONFIG.SYS file if
- you are going to have more than 2 files in your data base. The DOS default
- number of files that can be open at one time is 3. Your data base will also
- have 1 additional automatic file that keeps a running record of active record
- numbers. If you already have a CONFIG.SYS file on your boot-up disk, add the
- FILES and BUFFERS commands. If you don't already have a CONFIG.SYS file,
- create it as shown below.
-
- With the DOS prompt on the screen enter:
-
- COPY CON:CONFIG.SYS
- FILES = 20
- BUFFERS = 15
- (Press F6 and Return)
-
- You can copy this file to all of your "boot-up" disks.
-
- IF YOU HAVE ONLY 256K OF MEMORY
-
- The PDSBASE.EXE program is quite large. If you only have 256k of memory in
- your computer AND/OR you use many memory resident programs AND you get an "Out
- of memory" message when you run the PDSBASE.EXE program, you MAY have to
- prepare 2 DOS boot disks. If this is the case, when you wish to run the
- PDSBASE.EXE program, you will have to start your computer with a DOS disk that
- does NOT contain the FILES and BUFFERS commands in the CONFIG.SYS file. In
- fact, you can just DELete the CONFIG.SYS file. This will give you enough
- memory to run the PDSBASE.EXE program.
-
- The second DOS boot disk will have the CONFIG.SYS file and you must use that
- disk to start your computer when you are going to run the BASIC language
- programs that will be written for you by the PDSBASE.EXE program.
-
-
- STARTING PDSBASE.EXE
-
- If you have a HARD DISK COMPUTER, with the ProDev*BASE programs installed as
- described on the previous page, start your computer, and at the C> prompt,
- type ASSIGN B=C. This ASSIGN command is only necessary when you run the
- PDSBASE.EXE program the first time, so that you can run the demonstration of
- the PDS*BASE system shown starting on Page 1-3 of the on-disk instruction
- manual PDSBASE.DOC. If you get the "Bad command or file name" error message,
- place your DOS Master disk in drive a and type A:ASSIGN B=C (Enter).
-
- If you have a FLOPPY DISK COMPUTER, start your computer with your DOS boot-up
- disk and enter the Time and Date. Insert the ProDev*BASE Program disk in drive
- A:. The ProDev*BASE Program disk contains at least the PDSBASE.EXE file.
-
-
-
-
-
- PAGE 3
-
- ProDev*BASE DATA BASE - README.DOC
-
-
- At the DOS prompt of A> (floppy disk system) or C> (hard disk), type:
-
- PDSBASE (press Enter)
-
- Since the PDSBASE.CFG (configuration) file is missing, you will see a message
- warning you of that. If you don't see the message, that file is present on
- the disk. You should see something like the following:
-
- +------------------------------------------------+---------------------------+
- | Create Modify Reports Set-Up Tools Quit | ProDev*BASE Data Base Sys |
- +------------------------------------------------+---------------------------+
- +-------------------------+
- Highlight desired | Color Graphics Adapter | N
- selection with | Color Monitor | N
- up & down arrows | Drive A: Num of Bytes | 362496
- and press Enter. | Drive B: Num of Bytes | 362496
- Type in desired | Is hard disk present ? | Y
- default and press | Printer Action Table | DUMBPRTR
- Enter again. | Files Drive & Path | C:\PDS\
- | Save New Set-Up Values | N
- +-------------------------+
-
-
- Use the right or left arrows (on the cursor pad) to highlight the "Set-Up"
- pull-down sub-menu.
-
- Use the down arrow to highlight "Color Graphics Adapter" and press the Enter
- key. YOU MAY NOT SEE THE CURSOR AT THIS TIME. Press Y if you have either a
- Color Graphics or EGA monitor adapter card in your computer. Press N if not.
-
- Use the down arrow to highlight "Color Monitor". If you have a green or amber
- (or white) single color screen, press N. If you have a color monitor,
- press Y.
-
- Highlight the "Printer Action Table" and press Enter. You will see the names
- of the .PAT files on the ProDev*BASE program disk. You can highlight the file
- you wish to use with the cursor keys and press Enter. See Appendix E to learn
- how you can make a Printer Action Table for any printer not shown. If you
- have a dot matrix printer and your printer is not shown, select EPSONFX as a
- starter.
-
- I tried to make the PDSBASE.EXE program smart enough to figure out what drives
- are equipped. Further, if your current DOS default is in a sub-directory,
- when you run PDSBASE, the program will display that default as the "Work Files
- Drive & Path". The above example indicates that the PDSBASE program was run
- from the \PDS sub-directory on a C: drive hard disk.
-
- Highlight the "Work Files Drive & Path" and press Enter. If you have a
- 2 floppy drive system, enter "B:\" (without the quotes) and press Enter.
-
-
-
-
- PAGE 4
-
- ProDev*BASE DATA BASE - README.DOC
-
-
- So you don't have to enter this stuff every time you run PDSBASE, highlight
- the "Save New Set-Up Values", press Enter and press Y. This information will
- be saved to a file named PDSBASE.CFG.
-
- The next thing to be done is to print the instruction manual.
-
- Using the right or left cursor keys, highlight the TOOLS sub-menu. Use the
- down arrow cursor key to highlight the "Print PDS Manual" selection. Press
- Enter.
-
- You will see a menu that will allow you to press T to print the Total manual,
- or other keys to print parts of the manual. If you wish, you can print one
- section at a time, as you find time to read them. BE SURE TO PRINT THE
- REGISTRATION FORM!!!
-
- If you didn't see a Printer Action Table for your printer, I suggest that you
- press E to print just Appendix E. This will explain how you can create a .PAT
- file for your printer so that you can print the manual with your printer's
- Near Letter Quality turned on. If you have an HP-LaserJet, see the special
- note at the end of Appendix E.
-
- If you are rusty at programming in the BASIC language, you can highlight
- "Print BASIC Primer" to print a 66 page book that will explain many of the
- elements of the BASIC language.
-
-
- SAMPLE DEMONSTRATION
-
- Print at least Section 1 of the on-disk instruction manual. You should follow
- the instructions starting on Page 1-3. This will lead you through a
- demonstration of the incredible power of the PDS*BASE data base system. You
- will find this demonstration quite fascinating.
-
- If you have a hard disk system, be BE SURE type the ASSIGN B=C command, as
- described on page 3 of this README.DOC instruction, before running the
- PDSBASE.EXE program. If you have a hard disk and you fail to ASSIGN B=C, the
- PDSBASE.EXE program will try to create data files and BASIC programs on drive
- B:. This problem is only when running the sample demonstration. When you
- create your own data base definitions, this problem will not occur.
-
-
- ENDING THE PDSBASE.EXE PROGRAM
-
- Use the cursor keys to highlight the QUIT sub-menu. Use the down arrow to
- highlight YES and press Enter. You can print the Registration form now.
-
-
-
-
-
-
-
-
- PAGE 5
-
- ProDev*BASE DATA BASE - README.DOC
-
- COMMAND.COM
-
- If you do not have a hard disk on your computer, you will want to COPY the DOS
- COMMAND.COM file to your working copy of the PDS*BASE disk. If there is not
- room on the ProDev*BASE working disk for COMMAND.COM, I suggest that you DELete
- several of the Printer Action Table files (they all have a .PAT extender) that
- you will not likely use, to make room on the disk for COMMAND.COM.
-
- DO NOT delete any files from your original copy of the ProDev*BASE disks so
- that you can make COMPLETE copies for others later.
-
- When COMMAND.COM is on the disk that is in the drive that you "boot" your
- computer on, the "Disk Directory" selection on the "Tools" sub-menu is able to
- produce a better looking directory listing.
-
-
- PLEASE READ THE MANUAL BEFORE YOU WRITE OR CALL ME.
-
- If you can't un-arc all of the MANUAL.EXE file to a floppy disk because you
- get a "Disk full" error message, it is because you insisted on formatting the
- target disk with DOS (FORMAT B: /S). Re-format the target floppy disk with
- just FORMAT B:. If that doesn't work, please notify me where you obtained
- your disk. Some Disk Copying Services illegally add their messages to the end
- of my copyrighted files, thus increasing the file size. Since the un-archived
- MANUAL completely fills a disk, any additions will cause problems.
-
- You can press the F1 key at any point in the PDSBASE.EXE program for help
- screens.
-
- You can use the PDSBASE.EXE program to define your data base. It will also
- write BASIC language programs for you to "run" your data base. You can then
- modify the generated programs to meet your specific special requirements.
-
- The PDSBASE.EXE program, the files with the .SRC extenders and the
- Documentation disk files, as supplied by PRO DEV Software, are Copyrighted by
- PRO DEV Software.
-
- However, the BASIC language programs that are written for YOU and the MENU.BAS
- program are YOURS. They are NOT Copyrighted by PRO DEV Software. You can
- modify them, remove the PDS designations and sell the generated BASIC programs
- if you wish. If you have developed a system of programs that use the
- generated BASIC programs and wish to copyright your system, go for it. Of
- course, you can't copyright the MENU.BAS program, but you can distribute your
- disks with it.
-
-
-
-
-
-
-
-
-
-
- PAGE 6
-
- ProDev*BASE DATA BASE - README.DOC
-
- SUPPORT FROM PRO DEV SOFTWARE
-
- If you have questions, you can call the author, George Abbott, at
- 616-788-2243, 8:00-5:00 M-F Eastern Time. If you have NOT YET registered your
- copy, your questions should be limited to perceived "bugs" or how to obtain
- the latest version in case you think you have obtained a defective or
- out-dated copy. Normal telephone or written support is usually only available
- after you send in the registration fee.
-
- WHEN YOU REGISTER
-
- You will be sent the latest version disks of the Shareware ProDev*BASE Data Base
- system. The registered disks will not require answering the question on the
- opening program screens and you will be told how to quit the programs without
- the registration screen.
-
- As you currently have COMPLETE instruction manuals, you will NOT be sent
- printed copy of the manuals. This keeps the registration fee low.
-
- Thank you for obtaining a Shareware copy of my ProDev*BASE Data Base system. I
- hope that you find it useful. Please remember that this is Shareware. That
- means that you are obligated to register your copy with PRO DEV Software if
- you continue to use this system beyond the evaluation stage.
-
- Very truly yours,
-
- George Abbott
-
- Member - Association of
- Shareware Professionals
-
- PRO DEV Software
- 545 Grover Road
- Muskegon, Michigan 49442
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PAGE 7
-